home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / BoneToDog.swf / scripts / DefineButton2_244 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2005-08-05  |  170 b   |  8 lines

  1. on(rollOver){
  2.    if(_root.aplay == false and _root.havePress == true)
  3.    {
  4.       _root.aaa2.gotoAndPlay("five");
  5.       _root.dogdog.gotoAndPlay("doglose");
  6.    }
  7. }
  8.